projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5836847
)
(isearch-mode-map): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jun 2004 13:57:39 +0000
(13:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jun 2004 13:57:39 +0000
(13:57 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 76e72bfb6321f2e5ab83f0e78a0c485645d221db..8357527dc8c12ffacd9f5ee920984ec20f96d509 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-294,9
+294,7
@@
Default value, nil, means edit the string instead."
(define-key map " " 'isearch-whitespace-chars)
(define-key map [?\S-\ ] 'isearch-whitespace-chars)
- (define-key map "\C-b" 'isearch-del-char)
- (define-key map "\C-f" 'isearch-yank-char)
- (define-key map "\C-w" 'isearch-yank-word)
+ (define-key map "\C-w" 'isearch-yank-word-or-char)
(define-key map "\C-y" 'isearch-yank-line)
;; Define keys for regexp chars * ? |.